queryresponse
Class DeviceUserResults

java.lang.Object
  extended by queryresponse.DeviceUserResults

public class DeviceUserResults
extends java.lang.Object


Field Summary
protected  java.util.List<Device> device
           
 
Constructor Summary
DeviceUserResults()
           
 
Method Summary
 java.util.List<Device> getDevice()
          Gets the value of the device property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

device

protected java.util.List<Device> device
Constructor Detail

DeviceUserResults

public DeviceUserResults()
Method Detail

getDevice

public java.util.List<Device> getDevice()
Gets the value of the device property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the device property.

For example, to add a new item, do as follows:

    getDevice().add(newItem);
 

Objects of the following type(s) are allowed in the list Device